home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 December / Software of the Month Club 1996 December.iso / pc / dos / biz / ticklex / rest.bat < prev    next >
Encoding:
DOS Batch File  |  1990-02-23  |  156 b   |  9 lines

  1. echo off
  2. cls
  3. echo  SYNTAX:             REST BackupDiskDrive: HardDrive:
  4. echo .
  5. echo             example: REST A: C:
  6. echo .
  7. echo .
  8. restore %1 %2 /S
  9.